home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8278 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.delcoelect.com!usenet
  2. From: "Richard E. Fiegle" <refiegle@mail.delcoelect.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Fahrenheight to Celsius?
  5. Date: 16 Feb 1996 12:34:13 GMT
  6. Organization: Delco Electronics
  7. Distribution: usa
  8. Message-ID: <4g1tk5$rmu@kocrsv08.delcoelect.com>
  9. References: <4g0b3u$s9v@news1.usa.pipeline.com>
  10. NNTP-Posting-Host: kopumc01.delcoelect.com
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
  15. X-URL: news:4g0b3u$s9v@news1.usa.pipeline.com
  16.  
  17. grantp@usa.pipeline.com(Pete) wrote:
  18. >On Feb 13, 1996 19:24:26 in article <Fahrenheight to Celsius?>,
  19. >'pauldo@aol.com (PaulDo)' wrote: 
  20. >>Could someone show me how to write a program that converts fahrenheit to 
  21. >>celsius and vice versa in C++?  I would really appreciate it. 
  22. >> 
  23. >1.  Decide on how to solve the problem using pseudo code. 
  24. >2.  Invoke a text editor inside an IDE such as BC++ or MSVC++. 
  25. >3.  Write the code. 
  26. >4.  Compile, link, and execute. 
  27.  
  28. 5.  Debug, and go back to step 3.  Repeat until the program works properly.
  29.  
  30.  
  31.